move dashboard, add sealed secrets
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
# Create long-live bearer token
|
||||
# retrieve with: `kubectl get secret dashboard-user -n kubernetes-dashboard -o jsonpath={".data.token"} | base64 -d`
|
||||
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
11
infrastructure/06-sealed-secrets/kustomization.yaml
Normal file
11
infrastructure/06-sealed-secrets/kustomization.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: sealed-secrets
|
||||
|
||||
helmCharts:
|
||||
- name: sealed-secrets
|
||||
includeCRDs: true
|
||||
version: 2.15.2
|
||||
repo: https://bitnami-labs.github.io/sealed-secrets
|
||||
# valuesFile: base/values.yaml
|
Reference in New Issue
Block a user