workflow-test/charts/azure-agent/templates/required_values.yaml
Jonas Forsberg 56a38f556a
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 17s
moved
2024-10-15 13:50:57 +02:00

6 lines
422 B
YAML

{{- $_ := required "azure.url is required" .Values.azure.url }}
{{- $_ := required "azure.pool is required" .Values.azure.pool }}
{{- $_ := required "azure.token is required" .Values.azure.token }}
{{- $_ := required "harbor.username is required" .Values.harbor.username }}
{{- $_ := required "harbor.password is required" .Values.harbor.password }}
{{- $_ := required "harbor.host is required" .Values.harbor.host }}