Skip to content

Commit

Permalink
Alignt cetpkg-sig.conf secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini committed Sep 11, 2024
1 parent a23187c commit b214648
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-postgres.yml.j2') }}"
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-aws.yml.j2') }}"
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-splunk.yml.j2') }}"
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-centpkg-sig.yml.j2') }}"
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-centpkg-sig.conf.j2') }}"
tags:
- secrets

Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-postgres.yml.j2') }}"
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-aws.yml.j2') }}"
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-splunk.yml.j2') }}"
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-centpkg-sig.yml.j2') }}"
- "{{ lookup('template', '{{ project_dir }}/openshift/secret-centpkg-sig.conf.j2') }}"
tags:
- secrets

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
- fedora.toml.j2
- copr
- ssh_config
- centpkg-sig.yml.j2
- centpkg-sig.conf.j2

0 comments on commit b214648

Please sign in to comment.