Skip to content

Commit 468b278

Browse files
MarcinGinsztAllda
authored andcommitted
proper secret names
1 parent 085966e commit 468b278

File tree

1 file changed

+2
-2
lines changed
  • ansible/roles/operator-pipeline/tasks

1 file changed

+2
-2
lines changed

ansible/roles/operator-pipeline/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
kind: Secret
424424
type: opaque
425425
metadata:
426-
name: pyxis_api_key
426+
name: pyxis-api-secret
427427
labels:
428428
app: operator-pipeline
429429
suffix: "{{ suffix }}"
@@ -444,7 +444,7 @@
444444
kind: Secret
445445
type: opaque
446446
metadata:
447-
name: github_token_pr_open
447+
name: github-api-token
448448
labels:
449449
app: operator-pipeline
450450
suffix: "{{ suffix }}"

0 commit comments

Comments
 (0)