fix(plume): Appsettings via kustomize
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- _manifest.yaml
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"archmaesterUrl": "https://atlantis.src.oceanbox.io",
|
||||
"appName": "plume",
|
||||
"appEnv": "staging",
|
||||
"appNamespace": "staging-plume",
|
||||
"appVersion": "0.0.0",
|
||||
"cacheDir": "/data/archives/cache"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
configMapGenerator:
|
||||
- name: staging-plume-appsettings
|
||||
files:
|
||||
- appsettings.json
|
||||
resources:
|
||||
- ../base
|
||||
Reference in New Issue
Block a user