Skip to content

Commit 9968923

Browse files
Retire former product-config files
1 parent 3485f41 commit 9968923

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

config/retired_files.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ retired_files:
66
- .readme/static/borrowed/sdp_overview.png
77
- .github/workflows/pr_pre-commit.yaml
88
- .github/workflows/build.yml
9+
- deploy/config-spec
10+
- deploy/helm/[[operator.name]]/configs
11+
- deploy/helm/[[operator.name]]/templates/configmap.yaml

playbook/update_repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
- name: "Operator [{{ operator.name }}] remove retired files and directories"
8686
file:
87-
path: "{{ work_dir }}/{{ operator.name }}/{{ item | replace('[[product]]', operator.product_string) }}"
87+
path: "{{ work_dir }}/{{ operator.name }}/{{ item | replace('[[operator.name]]', operator.name) }}"
8888
state: absent
8989
with_items: "{{ retired_files | default([]) }}"
9090
register: deletion_result

0 commit comments

Comments
 (0)