Skip to content

BlueNc/k3s-fch

Repository files navigation

k3s-fch

cd ./argocd/argocd/ helm dependency build cd ../.. cd ./argocd/argocd-apps/ helm dependency build cd ../..

helm install argocd ./argocd/argocd --namespace argocd --create-namespace helm install argocd-apps ./argocd/argocd-apps --namespace argocd

https://argo-cd.k3s-fch.dev.gnc/ user : admin password : kubectl get secret argocd-initial-admin-secret -n argocd -o jsonpath="{.data.password}" | base64 -d && echo

kubectl create secret generic mysecret --dry-run=client -o yaml --from-literal=password=azerty123 > mysecret.yaml kubeseal -f mysecret.yaml --format yaml > mysealedsecret.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published