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

Commit

Permalink
Merge pull request #23 from scoheb/cnv-external-secrets
Browse files Browse the repository at this point in the history
HACBS-2505: add fbc-publishing-credentials for CNV
  • Loading branch information
scoheb authored Sep 15, 2023
2 parents ad8fef7 + 195b84d commit 2a0c68b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
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

0 comments on commit 2a0c68b

Please sign in to comment.