commit | c7b243e5faf6bc905db9de062fdb20e60e630834 | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@redhat.com> | Tue Aug 11 22:01:42 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 11 22:01:42 2020 +0000 |
tree | 7f496a94dce38c88fae7632b194847ede77c2bf9 | |
parent | 469fdbb5bb753142b3e14e6bd663f1a1b3974295 [diff] | |
parent | 717adf96111ade8283ab8b22d5f1426081e60a56 [diff] |
Merge "Cleanup after ArgoCD removal"
diff --git a/playbooks/deploy.yaml b/playbooks/deploy.yaml index 375967e..cfc2342 100644 --- a/playbooks/deploy.yaml +++ b/playbooks/deploy.yaml
@@ -3,14 +3,6 @@ vars: root: "{{ (zuul.executor.work_root + '/' + zuul.project.src_dir) }}" tasks: - - name: Remove argocd - k8s: - state: absent - definition: - apiVersion: v1 - kind: Namespace - metadata: - name: argocd - name: Make kube directory file: path: "{{ ansible_user_dir }}/.kube"