sync namespace names with directory names
This commit is contained in:
1
argocd-image-updater/README.md
Normal file
1
argocd-image-updater/README.md
Normal file
@@ -0,0 +1 @@
|
||||
argocd/appications/argocd-image-updater.yaml
|
@@ -2,7 +2,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: proxmox-csi
|
||||
name: csi-proxmox
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: k-space.ee
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
# also depends on git@git.k-space.ee:secretspace/kube.git
|
||||
repoURL: git@git.k-space.ee:k-space/kube.git
|
||||
targetRevision: HEAD
|
||||
path: proxmox-csi
|
||||
path: csi-proxmox
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: csi-proxmox
|
@@ -2,7 +2,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: harbor
|
||||
name: harbor-operator
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: k-space.ee
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
# also depends on git@git.k-space.ee:secretspace/kube.git
|
||||
repoURL: git@git.k-space.ee:k-space/kube.git
|
||||
targetRevision: HEAD
|
||||
path: harbor
|
||||
path: harbor-operator
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: harbor-operator
|
@@ -2,7 +2,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: metallb
|
||||
name: metallb-system
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: k-space.ee
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
# also depends on git@git.k-space.ee:secretspace/kube.git
|
||||
repoURL: git@git.k-space.ee:k-space/kube.git
|
||||
targetRevision: HEAD
|
||||
path: metallb
|
||||
path: metallb-system
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: metallb-system
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
1
metallb/.gitignore
vendored
1
metallb/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
metallb-operator.yaml
|
1
prometheus-operator/README.md
Normal file
1
prometheus-operator/README.md
Normal file
@@ -0,0 +1 @@
|
||||
argocd/appications/prometheus-operator.yaml
|
1
secret-claim-operator/README.md
Normal file
1
secret-claim-operator/README.md
Normal file
@@ -0,0 +1 @@
|
||||
argocd/appications/secret-claim-operator.yaml
|
@@ -8,3 +8,8 @@ Render and apply locally:
|
||||
kustomize build . | kubectl diff -f-
|
||||
kustomize build . | kubectl apply --server-side --force-conflicts -f-
|
||||
```
|
||||
|
||||
Namespaces:
|
||||
- tigera-operator
|
||||
- calico-system
|
||||
- calico-apiserver
|
||||
|
Reference in New Issue
Block a user