fix: fix namespacing in hipster kustomizations
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Secret
|
|||||||
metadata:
|
metadata:
|
||||||
name: archmeister-env
|
name: archmeister-env
|
||||||
namespace: atlantis
|
namespace: atlantis
|
||||||
|
labels:
|
||||||
|
oceanbox.io/atlantis-env: sync
|
||||||
stringData:
|
stringData:
|
||||||
OICD_CLIENT_SECRET: ieK3yak9zoh3yeewee8quahY6seiv7Ro
|
OICD_CLIENT_SECRET: ieK3yak9zoh3yeewee8quahY6seiv7Ro
|
||||||
SEQ_APIKEY: bFdYPKLDvnau3fQa1vRV
|
SEQ_APIKEY: bFdYPKLDvnau3fQa1vRV
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: oceanbox
|
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- target:
|
||||||
version: v1
|
version: v1
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
namePrefix: production-
|
namePrefix: production-
|
||||||
namespace: oceanbox
|
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: true
|
disableNameSuffixHash: true
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: hipster-env
|
||||||
|
namespace: atlantis
|
||||||
|
labels:
|
||||||
|
oceanbox.io/atlantis-env: sync
|
||||||
|
stringData:
|
||||||
|
SEQ_APIKEY: bFdYPKLDvnau3fQa1vRV
|
||||||
|
type: Opaque
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
namePrefix: staging-
|
namePrefix: staging-
|
||||||
namespace: oceanbox
|
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: true
|
disableNameSuffixHash: true
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ spec:
|
|||||||
- Secret
|
- Secret
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
oceanbox.io/atlantis-env: clone
|
oceanbox.io/atlantis-env: sync
|
||||||
match:
|
match:
|
||||||
resources:
|
resources:
|
||||||
kinds:
|
kinds:
|
||||||
|
|||||||
Reference in New Issue
Block a user