sync namespace names with directory names

This commit is contained in:
2025-08-07 18:29:03 +03:00
parent 42aef1e928
commit 82311c86ff
19 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1 @@
argocd/appications/argocd-image-updater.yaml

View File

@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: proxmox-csi name: csi-proxmox
namespace: argocd namespace: argocd
spec: spec:
project: k-space.ee project: k-space.ee
@@ -10,7 +10,7 @@ spec:
# also depends on git@git.k-space.ee:secretspace/kube.git # also depends on git@git.k-space.ee:secretspace/kube.git
repoURL: git@git.k-space.ee:k-space/kube.git repoURL: git@git.k-space.ee:k-space/kube.git
targetRevision: HEAD targetRevision: HEAD
path: proxmox-csi path: csi-proxmox
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: csi-proxmox namespace: csi-proxmox

View File

@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: harbor name: harbor-operator
namespace: argocd namespace: argocd
spec: spec:
project: k-space.ee project: k-space.ee
@@ -10,7 +10,7 @@ spec:
# also depends on git@git.k-space.ee:secretspace/kube.git # also depends on git@git.k-space.ee:secretspace/kube.git
repoURL: git@git.k-space.ee:k-space/kube.git repoURL: git@git.k-space.ee:k-space/kube.git
targetRevision: HEAD targetRevision: HEAD
path: harbor path: harbor-operator
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: harbor-operator namespace: harbor-operator

View File

@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: metallb name: metallb-system
namespace: argocd namespace: argocd
spec: spec:
project: k-space.ee project: k-space.ee
@@ -10,7 +10,7 @@ spec:
# also depends on git@git.k-space.ee:secretspace/kube.git # also depends on git@git.k-space.ee:secretspace/kube.git
repoURL: git@git.k-space.ee:k-space/kube.git repoURL: git@git.k-space.ee:k-space/kube.git
targetRevision: HEAD targetRevision: HEAD
path: metallb path: metallb-system
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: metallb-system namespace: metallb-system

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

1
metallb/.gitignore vendored
View File

@@ -1 +0,0 @@
metallb-operator.yaml

View File

@@ -0,0 +1 @@
argocd/appications/prometheus-operator.yaml

View File

@@ -0,0 +1 @@
argocd/appications/secret-claim-operator.yaml

View File

@@ -8,3 +8,8 @@ Render and apply locally:
kustomize build . | kubectl diff -f- kustomize build . | kubectl diff -f-
kustomize build . | kubectl apply --server-side --force-conflicts -f- kustomize build . | kubectl apply --server-side --force-conflicts -f-
``` ```
Namespaces:
- tigera-operator
- calico-system
- calico-apiserver