Skip to content

Commit

Permalink
Merge pull request #62 from glaciation-heu/feature/optimizing-securit…
Browse files Browse the repository at this point in the history
…y-upgrade

[security] fixes for security rollout
  • Loading branch information
ktatarnikovhiro authored Nov 14, 2024
2 parents b70da10 + ed20593 commit fdfa3b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion base/apps/data-sanitization/data-sanitization-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-6"
argocd.argoproj.io/sync-wave: "-2"
spec:
project: default
sources:
Expand Down
2 changes: 1 addition & 1 deletion base/apps/data-sanitization/spark-history-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-6"
argocd.argoproj.io/sync-wave: "-3"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
4 changes: 2 additions & 2 deletions base/apps/data-sanitization/spark-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
create-ca-bundle: "true"
annotations:
argocd.argoproj.io/hook: PreSync
argocd.argoproj.io/sync-wave: "-7"
argocd.argoproj.io/sync-wave: "-3"
---
apiVersion: argoproj.io/v1alpha1
kind: Application
Expand All @@ -15,7 +15,7 @@ metadata:
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-6"
argocd.argoproj.io/sync-wave: "-3"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
8 changes: 4 additions & 4 deletions base/apps/security/manual/setup-ca-and-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ClusterIssuer
metadata:
name: selfsigned-issuer
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
# argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-25"
spec:
selfSigned: {}
Expand All @@ -15,7 +15,7 @@ metadata:
name: my-selfsigned-ca
namespace: cert-manager
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
# argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-25"
spec:
isCA: true
Expand All @@ -34,7 +34,7 @@ kind: ClusterIssuer
metadata:
name: private-ca-issuer
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
# argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-25"
spec:
ca:
Expand All @@ -49,7 +49,7 @@ metadata:
annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-19"
argocd.argoproj.io/sync-wave: "-25"
spec:
sources:
# Include a bundle of publicly trusted certificates which can be
Expand Down

0 comments on commit fdfa3b7

Please sign in to comment.