parent
278324f8c7
commit
29ee425ddf
apply_all_yamls.sh
check-charts
harbor
.helmignoreChart.yamlLICENSEREADME.md
templates
NOTES.txt_helpers.tpl
values.yamlcore
database
exporter
ingress
internal
jobservice
jobservice-cm-env.yamljobservice-cm.yamljobservice-dpl.yamljobservice-pvc.yamljobservice-secrets.yamljobservice-svc.yamljobservice-tls.yaml
metrics
nginx
portal
redis
registry
registry-cm.yamlregistry-dpl.yamlregistry-pvc.yamlregistry-secret.yamlregistry-svc.yamlregistry-tls.yamlregistryctl-cm.yamlregistryctl-secret.yaml
trivy
longhorn
racnher
.helmignoreChart.yamlREADME.md
scripts
templates
NOTES.txt_helpers.tplclusterRoleBinding.yamlconfigMap.yamldeployment.yamlingress.yamlissuer-letsEncrypt.yamlissuer-rancher.yamlpost-delete-hook-cluster-role-binding.yamlpost-delete-hook-cluster-role.yamlpost-delete-hook-config-map.yamlpost-delete-hook-job.yamlpost-delete-hook-psp.yamlpost-delete-hook-service-account.yamlpriorityClass.yamlpvc.yamlsecret.yamlservice.yamlserviceAccount.yaml
values.yamlhelm-charts
manifests/01-namespaces
@ -3,4 +3,5 @@
|
||||
|
||||
#ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'minikube kubectl -- apply -f $0'
|
||||
|
||||
ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'kubectl apply -f $0'
|
||||
ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'kubectl apply -f $0'
|
||||
|
||||
|
0
helm-charts/harbor/templates/core/core-dpl.yaml → check-charts/harbor/templates/core/core-dpl.yaml
0
helm-charts/harbor/templates/core/core-dpl.yaml → check-charts/harbor/templates/core/core-dpl.yaml
0
helm-charts/harbor/templates/core/core-svc.yaml → check-charts/harbor/templates/core/core-svc.yaml
0
helm-charts/harbor/templates/core/core-svc.yaml → check-charts/harbor/templates/core/core-svc.yaml
0
helm-charts/harbor/templates/core/core-tls.yaml → check-charts/harbor/templates/core/core-tls.yaml
0
helm-charts/harbor/templates/core/core-tls.yaml → check-charts/harbor/templates/core/core-tls.yaml
0
helm-charts/harbor/templates/ingress/secret.yaml → check-charts/harbor/templates/ingress/secret.yaml
0
helm-charts/harbor/templates/ingress/secret.yaml → check-charts/harbor/templates/ingress/secret.yaml
0
helm-charts/harbor/templates/nginx/service.yaml → check-charts/harbor/templates/nginx/service.yaml
0
helm-charts/harbor/templates/nginx/service.yaml → check-charts/harbor/templates/nginx/service.yaml
0
helm-charts/harbor/templates/portal/service.yaml → check-charts/harbor/templates/portal/service.yaml
0
helm-charts/harbor/templates/portal/service.yaml → check-charts/harbor/templates/portal/service.yaml
0
helm-charts/harbor/templates/redis/service.yaml → check-charts/harbor/templates/redis/service.yaml
0
helm-charts/harbor/templates/redis/service.yaml → check-charts/harbor/templates/redis/service.yaml
0
helm-charts/racnher/scripts/post-delete-hook.sh → check-charts/racnher/scripts/post-delete-hook.sh
0
helm-charts/racnher/scripts/post-delete-hook.sh → check-charts/racnher/scripts/post-delete-hook.sh
0
helm-charts/racnher/templates/priorityClass.yaml → check-charts/racnher/templates/priorityClass.yaml
0
helm-charts/racnher/templates/priorityClass.yaml → check-charts/racnher/templates/priorityClass.yaml
@ -1 +0,0 @@
|
||||
Subproject commit 7215ec05d0f4ef093de2f4ddc80b385214522e4d
|
@ -1 +0,0 @@
|
||||
Subproject commit 3e16e05ba7132b1db567c6dcd37cc6a8ffa1d8fe
|
7
manifests/01-namespaces/kafka.yaml
Normal file
7
manifests/01-namespaces/kafka.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
labels:
|
||||
name: kafka
|
||||
name: kafka
|
Loading…
x
Reference in New Issue
Block a user