We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0fb17 commit 362f82aCopy full SHA for 362f82a
manager/refresh.sh
@@ -33,4 +33,4 @@ kubectl -n=default create configmap 'cluster-config' \
33
--from-file='cluster.yaml'=tmp_cluster_config.yaml \
34
-o yaml --dry-run | kubectl apply -f - >/dev/null
35
36
-cp tmp_cluster_config.yaml $cached_cluster_config_file
+cat tmp_cluster_config.yaml > $cached_cluster_config_file
0 commit comments