-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KFLUXINFRA-1163: Updating Host Config for MPC (#5187)
With Addition of kflux-prd-rh02 in the list, this pull request will retructure the production overlay by further creating base, stone-prd-rh01 and kflux-prd-rh02 overlays Signed-off-by: Manish Kumar <[email protected]>
- Loading branch information
1 parent
395b105
commit a8c939a
Showing
7 changed files
with
608 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91 changes: 91 additions & 0 deletions
91
components/multi-platform-controller/production/kflux-prd-rh02/external-secrets.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: aws-ssh-key | ||
namespace: multi-platform-controller | ||
labels: | ||
build.appstudio.redhat.com/multi-platform-secret: "true" | ||
annotations: | ||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true | ||
argocd.argoproj.io/sync-wave: "-1" | ||
spec: | ||
dataFrom: | ||
- extract: | ||
key: production/build/multi-platform-controller/kflux-prd-rh02-ssh-key | ||
refreshInterval: 1h | ||
secretStoreRef: | ||
kind: ClusterSecretStore | ||
name: appsre-stonesoup-vault | ||
target: | ||
creationPolicy: Owner | ||
deletionPolicy: Delete | ||
name: aws-ssh-key | ||
--- | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: aws-account | ||
namespace: multi-platform-controller | ||
labels: | ||
build.appstudio.redhat.com/multi-platform-secret: "true" | ||
annotations: | ||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true | ||
argocd.argoproj.io/sync-wave: "-1" | ||
spec: | ||
dataFrom: | ||
- extract: | ||
key: production/build/multi-platform-controller/kflux-prd-rh02-aws-account | ||
refreshInterval: 1h | ||
secretStoreRef: | ||
kind: ClusterSecretStore | ||
name: appsre-stonesoup-vault | ||
target: | ||
creationPolicy: Owner | ||
deletionPolicy: Delete | ||
name: aws-account | ||
--- | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: ibm-ssh-key | ||
namespace: multi-platform-controller | ||
labels: | ||
build.appstudio.redhat.com/multi-platform-secret: "true" | ||
annotations: | ||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true | ||
argocd.argoproj.io/sync-wave: "-1" | ||
spec: | ||
dataFrom: | ||
- extract: | ||
key: production/build/multi-platform-controller/prod-rh02-ibm-ssh-key | ||
refreshInterval: 1h | ||
secretStoreRef: | ||
kind: ClusterSecretStore | ||
name: appsre-stonesoup-vault | ||
target: | ||
creationPolicy: Owner | ||
deletionPolicy: Delete | ||
name: ibm-ssh-key | ||
--- | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: ibm-api-key | ||
namespace: multi-platform-controller | ||
labels: | ||
build.appstudio.redhat.com/multi-platform-secret: "true" | ||
annotations: | ||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true | ||
argocd.argoproj.io/sync-wave: "-1" | ||
spec: | ||
dataFrom: | ||
- extract: | ||
key: production/build/multi-platform-controller/prod-rh02-ibm-api-key | ||
refreshInterval: 1h | ||
secretStoreRef: | ||
kind: ClusterSecretStore | ||
name: appsre-stonesoup-vault | ||
target: | ||
creationPolicy: Owner | ||
deletionPolicy: Delete | ||
name: ibm-api-key |
Oops, something went wrong.