File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ clusterGiteaPassword=$(randomPassword)
118
118
createGiteaSecret " gitea-cred" " gitea_admin" " $adminGiteaPassword " " gitea"
119
119
120
120
# Create user credential secrets for ArgoCD, AppOrch and ClusterOrch
121
- createGiteaSecret " argocd-gitea-credential" " argocd" " $argocdGiteaPassword " " gitea "
121
+ createGiteaSecret " argocd-gitea-credential" " argocd" " $argocdGiteaPassword " " orch-platform "
122
122
createGiteaSecret " app-gitea-credential" " apporch" " $appGiteaPassword " " orch-platform"
123
123
createGiteaSecret " cluster-gitea-credential" " clusterorch" " $clusterGiteaPassword " " orch-platform"
124
124
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ clusterGiteaPassword=$(randomPassword)
118
118
createGiteaSecret " gitea-cred" " gitea_admin" " $adminGiteaPassword " " gitea"
119
119
120
120
# Create user credential secrets for ArgoCD, AppOrch and ClusterOrch
121
- createGiteaSecret " argocd-gitea-credential" " argocd" " $argocdGiteaPassword " " gitea "
121
+ createGiteaSecret " argocd-gitea-credential" " argocd" " $argocdGiteaPassword " " orch-platform "
122
122
createGiteaSecret " app-gitea-credential" " apporch" " $appGiteaPassword " " orch-platform"
123
123
createGiteaSecret " cluster-gitea-credential" " clusterorch" " $clusterGiteaPassword " " orch-platform"
124
124
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ apiVersion: batch/v1
86
86
kind: Job
87
87
metadata:
88
88
name: gitea-init-{{ .repoName }}
89
- namespace: gitea
89
+ namespace: orch-platform
90
90
labels:
91
91
managed-by: edge-manageability-framework
92
92
spec:
You can’t perform that action at this time.
0 commit comments