Skip to content

Commit 91ff35e

Browse files
committed
feat(argocd): add wikis repo
1 parent 93c4095 commit 91ff35e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

components/argocd/appproject-tand-nippes-kinkerlitzchen-elaborat.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ spec:
2828
- 'https://github.com/MausoleumManagement/demo_k8s_application.git'
2929
- 'https://github.com/MausoleumManagement/private-cloud.git'
3030
- 'https://github.com/MausoleumManagement/minecraft.git'
31+
- 'https://github.com/MausoleumManagement/wikis.git'
3132
# TODO: Currently we are granting permissions to create applications to this appproject, which is not great
3233
# TODO: This should be separated
3334
destinations:
@@ -39,6 +40,8 @@ spec:
3940
server: https://kubernetes.default.svc
4041
- namespace: minecraft
4142
server: https://kubernetes.default.svc
43+
- namespace: wikis
44+
server: https://kubernetes.default.svc
4245
clusterResourceWhitelist:
4346
- group: ''
4447
kind: Namespace

manifests/argocd/manifests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33431,6 +33431,8 @@ spec:
3343133431
server: https://kubernetes.default.svc
3343233432
- namespace: minecraft
3343333433
server: https://kubernetes.default.svc
33434+
- namespace: wikis
33435+
server: https://kubernetes.default.svc
3343433436
namespaceResourceWhitelist:
3343533437
- group: argoproj.io
3343633438
kind: Application
@@ -33488,6 +33490,7 @@ spec:
3348833490
- https://github.com/MausoleumManagement/demo_k8s_application.git
3348933491
- https://github.com/MausoleumManagement/private-cloud.git
3349033492
- https://github.com/MausoleumManagement/minecraft.git
33493+
- https://github.com/MausoleumManagement/wikis.git
3349133494
---
3349233495
apiVersion: argoproj.io/v1alpha1
3349333496
kind: AppProject

0 commit comments

Comments
 (0)