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

14 lines
309 B
YAML
Raw Normal View History

2021-08-26 16:42:41 +00:00
resources:
2021-12-18 06:23:55 +00:00
- longhorn-helmchart.yaml
- longhorn-recurringjob.yaml
2021-08-28 20:32:06 +00:00
2021-12-18 06:23:55 +00:00
secretGenerator:
- name: s3-backupstore-credentials
type: Opaque
namespace: longhorn-system
literals:
- AWS_ACCESS_KEY_ID=changeme
- AWS_SECRET_ACCESS_KEY=changeme
generatorOptions:
disableNameSuffixHash: true