feat: new style combined manifest and chart config (busynix)

This commit is contained in:
Jonas Juselius
2024-01-31 15:02:09 +01:00
parent 783c6bf1a5
commit 6c8ce720be
22 changed files with 537 additions and 28 deletions
-8
View File
@@ -1,8 +0,0 @@
apiVersion: v1
data:
foo: |
dummy
kind: ConfigMap
metadata:
name: prod-busynix-foo
+5
View File
@@ -0,0 +1,5 @@
- op: replace
path: /spec/template/spec/containers/0/env/0
value:
name: LOG_LEVEL
value: "4"
+12
View File
@@ -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