Skip to content

Commit

Permalink
yaml indentation adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Jan 17, 2024
1 parent d6a8787 commit 2bb1de3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions gitlab/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
- secretKey: client_id
remoteRef:
key: /oidc/gitlab
property: client_id
- secretKey: client_secret
remoteRef:
key: /oidc/gitlab
property: client_secret

0 comments on commit 2bb1de3

Please sign in to comment.