mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
If implemented this permit restoring a clean state in case of signal interruption. Signed-off-by: Soule BA <soule@weave.works>
11 lines
229 B
YAML
11 lines
229 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./deployment.yaml
|
|
- ./hpa.yaml
|
|
- ./service.yaml
|
|
secretGenerator:
|
|
- literals:
|
|
- username=admin
|
|
- password=1f2d1e2e67df
|
|
name: secret-basic-auth
|