flux cd refactoring enable git repo, and global resources deploy
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
secretGenerator:
|
||||
- name: whiteboard
|
||||
envs:
|
||||
- ./.env.d/whiteboard.env
|
||||
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
resources:
|
||||
- ./deployment.yaml
|
||||
- ./service.yaml
|
||||
- ./middlewares.yaml
|
||||
- ./network-policies.yaml
|
||||
- ./ingress-web-public.yaml
|
||||
- ./ingress-web.yaml
|
||||
Reference in New Issue
Block a user