chore(goff): try GO Feature Flag deployment
This commit is contained in:
parent
d15c2c1d0e
commit
81b988de17
7 changed files with 158 additions and 0 deletions
11
apps/goff/base/kustomization.yaml
Normal file
11
apps/goff/base/kustomization.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- deployment.yaml
|
||||
configMapGenerator:
|
||||
- name: goff-relay-config
|
||||
files:
|
||||
- relay-config.yaml
|
||||
- name: default-flags
|
||||
files:
|
||||
- default-flags.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue