harbor-operator/templates/harbor-projects.yml

11 lines
194 B
YAML
Raw Normal View History

2022-11-14 19:08:45 +00:00
{{- range .Values.projects }}
apiVersion: codemowers.io/v1alpha1
kind: ClusterHarborProject
metadata:
name: {{ . | quote }}
spec:
cache: false
public: true
quota: 10737418240
{{- end }}