mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-28 19:42:41 +00:00
6 lines
145 B
Bash
Executable File
6 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "removing the cluster specific files"
|
|
rm -f env/parameters.yaml
|
|
rm -f env/cluster/values.yaml
|
|
rm -rf ~/.jx/localSecrets |