feat(test): gitea registry pull secret and imagePullSecrets
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
||||
spec:
|
||||
project: sova
|
||||
source:
|
||||
repoURL: http://git.sova.local/sova/sova-deploy.git
|
||||
repoURL: ${GITEA_REPO_URL}/sova/sova-deploy.git
|
||||
targetRevision: main
|
||||
path: data/test
|
||||
helm:
|
||||
@@ -30,7 +30,7 @@ metadata:
|
||||
spec:
|
||||
project: sova
|
||||
source:
|
||||
repoURL: http://git.sova.local/sova/sova-mocks.git
|
||||
repoURL: ${GITEA_REPO_URL}/sova/sova-mocks.git
|
||||
targetRevision: main
|
||||
path: charts/mocks
|
||||
destination:
|
||||
@@ -51,7 +51,7 @@ metadata:
|
||||
spec:
|
||||
project: sova
|
||||
source:
|
||||
repoURL: http://git.sova.local/sova/sova-deploy.git
|
||||
repoURL: ${GITEA_REPO_URL}/sova/sova-deploy.git
|
||||
targetRevision: main
|
||||
path: apps/backend
|
||||
helm:
|
||||
@@ -76,7 +76,7 @@ metadata:
|
||||
spec:
|
||||
project: sova
|
||||
source:
|
||||
repoURL: http://git.sova.local/sova/sova-deploy.git
|
||||
repoURL: ${GITEA_REPO_URL}/sova/sova-deploy.git
|
||||
targetRevision: main
|
||||
path: apps/adminpanel
|
||||
helm:
|
||||
|
||||
Reference in New Issue
Block a user