Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

HACBS-2505: add fbc-publishing-credentials for CNV #23

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-1"
name: rh-fbc-publishing-credentials
namespace: rh-managed-cnv-fbc-tenant
spec:
dataFrom:
- extract:
key: production/release/fbc/publishing-credentials
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: appsre-stonesoup-vault-rh-secret-store
target:
creationPolicy: Owner
deletionPolicy: Delete
name: fbc-publishing-credentials
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ resources:
- persistent_volume_claim.yaml
- release_plan_admission.yaml
- release_strategy.yaml
- rh-fbc-publishing-credentials.yaml
namespace: rh-managed-cnv-fbc-tenant
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: rh-fbc-publishing-credentials
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-1"
spec:
dataFrom:
- extract:
key: "production/release/fbc/publishing-credentials"
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: appsre-stonesoup-vault-rh-secret-store
target:
creationPolicy: Owner
deletionPolicy: Delete
name: fbc-publishing-credentials
Loading