Skip to content
Snippets Groups Projects

Replace Kubernetes YAML sed-replacements by Kustomize

Closed Björn Vonheiden requested to merge stu202077/theodolite:feature/kustomize into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -36,7 +36,7 @@ kind: StatefulSet
metadata:
name: titan-ccp-load-generator
spec:
replicas: "$WL_INSTANCES"
replicas: $WL_INSTANCES
template:
spec:
containers:
Loading