From 2bb1de38cb2cf278d7ca20f00e63c2e6c33f5473 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Wed, 17 Jan 2024 12:35:24 -0500 Subject: [PATCH] yaml indentation adjustments --- gitlab/application.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gitlab/application.yaml b/gitlab/application.yaml index 38dd7cd..b196b2a 100644 --- a/gitlab/application.yaml +++ b/gitlab/application.yaml @@ -49,7 +49,7 @@ spec: cert-manager.io/cluster-issuer: "letsencrypt-prod" tls: enabled: true - secretName: gitlab-tls + secretName: gitlab-tls gitlab: sidekiq: enabled: false @@ -142,18 +142,18 @@ spec: template: engineVersion: v2 templateFrom: - - configMap: - # name of the configmap to pull in - name: gitlab-vault-oidc-template - # here you define the keys that should be used as template - items: - - key: provider + - configMap: + # name of the configmap to pull in + name: gitlab-vault-oidc-template + # here you define the keys that should be used as template + items: + - key: provider data: - - secretKey: client_id - remoteRef: - key: /oidc/gitlab - property: client_id - - secretKey: client_secret - remoteRef: - key: /oidc/gitlab - property: client_secret \ No newline at end of file + - secretKey: client_id + remoteRef: + key: /oidc/gitlab + property: client_id + - secretKey: client_secret + remoteRef: + key: /oidc/gitlab + property: client_secret