Oleg Pykhalov a53517093e infrastructure: cluster1: tf-harbor: Approve plan-master-0181e07538. 1 month ago
..
README.md e2f0948a44 infrastructure: cluster1: tf-harbor: Update. 1 month ago
kustomization.yaml e94f96d63b infrastructure: cluster1: Add tf-harbor. 5 months ago
terraform.yaml a53517093e infrastructure: cluster1: tf-harbor: Approve plan-master-0181e07538. 1 month ago

README.md

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