devel: expermenting with ref sources

This commit is contained in:
Jonas Juselius
2024-01-31 11:38:32 +01:00
parent a6b6d19c7c
commit 14e75ce358
9 changed files with 58 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
apiVersion: v1
data:
foo: |
dummy
kind: ConfigMap
metadata:
name: staging-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: staging-
generatorOptions:
disableNameSuffixHash: true
patches:
- target:
group: apps
version: v1
kind: Deployment
name: busynix
path: deployment_patch.yaml
resources:
- ../base