forked from k-space/kube
argocd
camtiler
cert-manager
cnpg-system
drone
drone-execution
elastic-system
etherpad
external-dns
freescout
gitea
grafana
harbor
keel
kube-system
kubernetes-dashboard
local-path-storage
logging
logmower
longhorn-system
member-site
metallb-system
minio-clusters
mongodb-operator
mysql-clusters
mysql-operator
nextcloud
nyancat
oidc-gateway
openebs
playground
postgres-clusters
postgres-operator
.gitignore
README.md
application.yml
prometheus-operator
redis-clusters
reloader
rosdump
shared
tigera-operator
traefik
wiki
wildduck
woodpecker
.drone.yml
.gitignore
CONTRIBUTORS.md
LICENSE.md
README.md
ansible-doors.yml
ansible-kubernetes.yml
ansible.cfg
cluster-role-bindings.yml
inventory.yml
ssh_config
storage-class.yaml
Postgres operator
git clone https://github.com/CrunchyData/postgres-operator-examples
helm template -n postgres-operator postgres-operator-examples/helm/install --include-crds --set debug=false > application.yml
kubectl create namespace postgres-operator
kubectl apply -n postgres-operator --server-side -f application.yml