-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathvalues.yaml
More file actions
19 lines (17 loc) · 889 Bytes
/
values.yaml
File metadata and controls
19 lines (17 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# You would put your different options for the app here,
# though there are several ways to go about managing
# `values.yaml` files for Helm.
# You need to set the name to your GitLab registry secret or add a imagePullSecret to a ServiceAccount
# For more information, see https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account
# and https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
# Check the `gitlab-ci/per-namespace/imagepullsecret.yaml` file.
imagePullSecrets:
- name: gitlab-ci
# Example to use Certmanager annotation on the Ingress object for certificate creation:
#ingress:
# annotations:
# cert-manager.io/cluster-issuer: letsencrypt-prod
# tls:
# - secretName: "{{ .Values.ciVars.CI_ENVIRONMENT_SLUG }}"
# hosts:
# - "{{ .Values.ciVars.domain }}"