Skip to content

Commit

Permalink
updating sync waves
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz authored Jan 31, 2024
1 parent 19f4772 commit 0b8d890
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gitlab/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
###################################################################################################
# module "gitlab" {
# source = "./modules/oidc-client"
#
#
# depends_on = [
# vault_identity_oidc_provider.kubefirst
# ]
#
#
# app_name = "gitlab"
# identity_group_ids = [vault_identity_group.admins.id, vault_identity_group.developers.id]
# oidc_provider_key_name = vault_identity_oidc_key.key.name
Expand All @@ -34,7 +34,7 @@ metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: '10'
argocd.argoproj.io/sync-wave: '30'
spec:
destination:
server: https://kubernetes.default.svc
Expand Down Expand Up @@ -125,7 +125,7 @@ metadata:
name: gitlab-vault-oidc-template
namespace: gitlab
annotations:
argocd.argoproj.io/sync-wave: "30"
argocd.argoproj.io/sync-wave: "10"
data:
provider: |
name: openid_connect
Expand Down Expand Up @@ -154,7 +154,7 @@ metadata:
name: gitlab-vault-oidc-template
namespace: gitlab
annotations:
argocd.argoproj.io/sync-wave: "31"
argocd.argoproj.io/sync-wave: "11"
spec:
secretStoreRef:
kind: ClusterSecretStore
Expand Down

0 comments on commit 0b8d890

Please sign in to comment.