1
0
Fork 0
home-stack-kustomize/kustomize/bases/longhorn/kustomization.yaml

18 lines
387 B
YAML

resources:
- longhorn-namespace.yaml
- longhorn-helmchart.yaml
- longhorn-recurringjob.yaml
commonLabels:
app.kubernetes.io/name: longhorn
secretGenerator:
- name: s3-backupstore-credentials
type: Opaque
namespace: longhorn-system
literals:
- AWS_ACCESS_KEY_ID=changeme
- AWS_SECRET_ACCESS_KEY=changeme
generatorOptions:
disableNameSuffixHash: true