generated from hybrid-cloud-patterns/example
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #297 from mbaldessari/quick-fixes
Pipeline fixes
- Loading branch information
Showing
20 changed files
with
90 additions
and
152 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
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
49 changes: 49 additions & 0 deletions
49
charts/datacenter/pipelines/templates/argocd-env-secret.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,49 @@ | ||
{{ $ns := printf "%s-%s" $.Values.global.pattern $.Values.clusterGroup.name }} | ||
--- | ||
apiVersion: external-secrets.io/v1alpha1 | ||
kind: PushSecret | ||
metadata: | ||
name: push-secret-ie-namespaced-argocd | ||
namespace: {{ $ns }} | ||
spec: | ||
data: | ||
- conversionStrategy: None | ||
match: | ||
remoteRef: | ||
remoteKey: pushsecrets/namespaced-argo | ||
property: password | ||
secretKey: admin.password | ||
deletionPolicy: Delete | ||
refreshInterval: 10s | ||
secretStoreRefs: | ||
- kind: ClusterSecretStore | ||
name: vault-backend | ||
selector: | ||
secret: | ||
name: {{ $.Values.clusterGroup.name }}-gitops-cluster | ||
updatePolicy: Replace | ||
--- | ||
apiVersion: "external-secrets.io/v1beta1" | ||
kind: ExternalSecret | ||
metadata: | ||
name: external-secret-ie-namespaced-argocd | ||
namespace: manuela-ci | ||
spec: | ||
refreshInterval: 15s | ||
secretStoreRef: | ||
name: {{ $.Values.secretStore.name }} | ||
kind: {{ $.Values.secretStore.kind }} | ||
target: | ||
name: argocd-env | ||
template: | ||
type: Opaque | ||
engineVersion: v2 | ||
metadata: | ||
data: | ||
ARGOCD_USERNAME: admin | ||
ARGOCD_PASSWORD: "{{ `{{ .argo_admin_password }}` }}" | ||
data: | ||
- secretKey: argo_admin_password | ||
remoteRef: | ||
key: "pushsecrets/namespaced-argo" | ||
property: "password" |
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
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
22 changes: 0 additions & 22 deletions
22
charts/datacenter/pipelines/templates/secret-git-repo-credentials.yaml
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -14,12 +14,12 @@ imageregistrysecret: | |
global: | ||
pattern: industrial-edge | ||
repoURL: "https://github.com/pattern-clone/industrial-edge" | ||
localClusterDomain: apps.localcluster.domain | ||
targetRevision: main | ||
|
||
git: | ||
hostname: github.com | ||
account: PLAINTEXT | ||
username: PLAINTEXT | ||
#hostname: "" | ||
account: gitea_admin | ||
email: [email protected] | ||
dev_revision: main | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -15,13 +15,12 @@ global: | |
installPlanApproval: Automatic | ||
|
||
imageregistry: | ||
account: PLAINTEXT | ||
account: rhn_support_mbaldess | ||
hostname: quay.io | ||
type: quay | ||
|
||
git: | ||
hostname: github.com | ||
account: PLAINTEXT | ||
account: gitea_admin | ||
#username: PLAINTEXT | ||
email: [email protected] | ||
dev_revision: main | ||
|
Oops, something went wrong.