Oleg Pykhalov 3767630df2 infrastructure: cluster1: tf-harbor: terraform: Apply plan. 1 month ago
..
README.md 0198083437 infrastructure: cluster1: tf-harbor: Add README.md. 1 month ago
kustomization.yaml e94f96d63b infrastructure: cluster1: Add tf-harbor. 1 month ago
terraform.yaml 3767630df2 infrastructure: cluster1: tf-harbor: terraform: Apply plan. 1 month ago

README.md

cat | kubectl create -f - <<EOF
apiVersion: v1
stringData:
  HARBOR_PASSWORD: $(pass show harbor.wugi.info/admin)
  HARBOR_URL: https://harbor.home.wugi.info/
  HARBOR_USERNAME: admin
kind: Secret
metadata:
  name: tf-harbor-secrets
  namespace: flux-system
type: Opaque
EOF