feat: new style combined manifest and chart config (busynix)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
foo: |
|
||||
dummy
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: prod-busynix-foo
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/env/0
|
||||
value:
|
||||
name: LOG_LEVEL
|
||||
value: "4"
|
||||
@@ -0,0 +1,12 @@
|
||||
namePrefix: prod-
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
patches:
|
||||
- target:
|
||||
group: apps
|
||||
version: v1
|
||||
kind: Deployment
|
||||
name: busynix
|
||||
path: deployment_patch.yaml
|
||||
resources:
|
||||
- ../base
|
||||
Reference in New Issue
Block a user