mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
14 lines
356 B
YAML
14 lines
356 B
YAML
# have to add repo because oci:// prefix is not supported in repoURL
|
|
# https://github.com/argoproj/argo-cd/issues/10823
|
|
apiVersion: v1
|
|
kind: Secret
|
|
type: Opaque
|
|
metadata:
|
|
name: bitnami-oci-repo
|
|
labels:
|
|
argocd.argoproj.io/secret-type: repository
|
|
stringData:
|
|
name: bitnami
|
|
type: helm
|
|
enableOci: "true"
|
|
url: registry-1.docker.io/bitnamicharts
|