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

15 lines
337 B
YAML

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