wip: towards a helmfile based config scheme
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ -f base/kustomization.yaml ]]; then
|
||||
cat >base/_manifest.yaml
|
||||
kubectl kustomize base
|
||||
else
|
||||
cat
|
||||
fi
|
||||
Reference in New Issue
Block a user