Skip to content

Commit

Permalink
Change ACM namespace (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys authored Oct 20, 2023
1 parent 7e649ef commit b1a1f7f
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions install/roles/tealc/tasks/infra-setup/delete/delete_acm.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
- include_tasks:
file: advanced-control-management/delete_observability.yaml
file: advanced-cluster-management/delete_observability.yaml

- include_tasks:
file: advanced-control-management/unregister_clusters.yaml
file: advanced-cluster-management/unregister_clusters.yaml
loop: "{{ worker_clusters }}"
loop_control:
loop_var: clusterName

- include_tasks:
file: advanced-control-management/delete_acm.yaml
file: advanced-cluster-management/delete_acm.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
- include_tasks:
file: advanced-control-management/install_acm.yaml
file: advanced-cluster-management/install_acm.yaml

- include_tasks:
file: advanced-control-management/register_clusters.yaml
file: advanced-cluster-management/register_clusters.yaml
loop: "{{ worker_clusters }}"
loop_control:
loop_var: clusterName

- include_tasks:
file: advanced-control-management/install_observability.yaml
file: advanced-cluster-management/install_observability.yaml
Binary file modified install/secrets/clusters.yaml
Binary file not shown.

0 comments on commit b1a1f7f

Please sign in to comment.