fix: fix namespacing in hipster kustomizations
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Secret
|
||||
metadata:
|
||||
name: archmeister-env
|
||||
namespace: atlantis
|
||||
labels:
|
||||
oceanbox.io/atlantis-env: sync
|
||||
stringData:
|
||||
OICD_CLIENT_SECRET: ieK3yak9zoh3yeewee8quahY6seiv7Ro
|
||||
SEQ_APIKEY: bFdYPKLDvnau3fQa1vRV
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: oceanbox
|
||||
patches:
|
||||
- target:
|
||||
version: v1
|
||||
@@ -14,4 +13,4 @@ patches:
|
||||
name: hipster
|
||||
path: service_patch.yaml
|
||||
resources:
|
||||
- _manifest.yaml
|
||||
- _manifest.yaml
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
namePrefix: production-
|
||||
namespace: oceanbox
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
secretGenerator:
|
||||
@@ -14,4 +13,4 @@ patches:
|
||||
name: hipster
|
||||
path: deployment_patch.yaml
|
||||
resources:
|
||||
- ../base
|
||||
- ../base
|
||||
|
||||
@@ -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-
|
||||
namespace: oceanbox
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
secretGenerator:
|
||||
@@ -14,4 +13,4 @@ patches:
|
||||
name: hipster
|
||||
path: deployment_patch.yaml
|
||||
resources:
|
||||
- ../base
|
||||
- ../base
|
||||
|
||||
@@ -77,7 +77,7 @@ spec:
|
||||
- Secret
|
||||
selector:
|
||||
matchLabels:
|
||||
oceanbox.io/atlantis-env: clone
|
||||
oceanbox.io/atlantis-env: sync
|
||||
match:
|
||||
resources:
|
||||
kinds:
|
||||
|
||||
Reference in New Issue
Block a user