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 f17f99f commit 30eafb0Copy full SHA for 30eafb0
test/e2e/suite/006-apps-in-any-namespace/99-delete.yaml
@@ -13,4 +13,9 @@ delete:
13
name: image-updater-e2e-006-01
14
- apiVersion: v1
15
kind: Namespace
16
- name: image-updater-e2e-006
+ name: image-updater-e2e-006
17
+script: |
18
+ kubectl patch configmap argocd-cmd-params-cm -n argocd-image-updater-e2e --type=json -p='[{"op": "remove", "path": "/data/application.namespaces"}]'
19
+ kubectl rollout restart -n argocd-image-updater-e2e deployment argocd-server
20
+ kubectl rollout restart -n argocd-image-updater-e2e statefulset argocd-application-controller
21
+ sleep 30
0 commit comments