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
|
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
|
@@ -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
|
@@ -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
|
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 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
|
||||||
|
Reference in New Issue
Block a user