Skip to content

Commit 4045691

Browse files
committed
Update gitea namespace
1 parent 1a59073 commit 4045691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mage/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ func (d Deploy) gitea(bootstrapValues []string, targetEnv string) error {
982982

983983
// Create or update a Gitea secret
984984
func createOrUpdateGiteaSecret(secretName string, username string, password string) error {
985-
cmd := fmt.Sprintf("kubectl -n orch-platform create secret generic %s "+
985+
cmd := fmt.Sprintf("kubectl -n gitea create secret generic %s "+
986986
"--from-literal=username='%s' --from-literal=password='%s' --dry-run=client -o yaml", secretName, username, password)
987987
secret, err := script.Exec(cmd).String()
988988
if err != nil {

0 commit comments

Comments
 (0)