Skip to content

Commit

Permalink
Merge pull request #65 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 b1e2154 + 5080108 commit 1e562b1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion base/apps/security/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cert-manager
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-30"
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/gatekeeper-policy-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-30"
spec:
project: default
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: gatekeeper
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-30"
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: ConstraintTemplate
metadata:
name: k8scontainerrequests
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-20"
metadata.gatekeeper.sh/title: "Container Requests"
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/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-25"
spec:
Expand All @@ -16,7 +16,7 @@ metadata:
name: my-selfsigned-ca
namespace: cert-manager
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-25"
spec:
Expand All @@ -36,7 +36,7 @@ kind: ClusterIssuer
metadata:
name: private-ca-issuer
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-25"
spec:
Expand All @@ -50,7 +50,7 @@ kind: Bundle
metadata:
name: ca-bundle
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-25"
spec:
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/manual/vault-extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: vault-certificate
namespace: vault
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-25"
spec:
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/minio-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: minio-tenant
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/compare-options: ServerSideDiff=true
argocd.argoproj.io/sync-wave: "-4"
finalizers:
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: minio
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/compare-options: ServerSideDiff=true
argocd.argoproj.io/sync-wave: "-30"
finalizers:
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/replicator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: replicator
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-30"
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/trust-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: trust-manager
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "-30"
finalizers:
- resources-finalizer.argocd.argoproj.io
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: vault
namespace: argocd
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook: Sync
argocd.argoproj.io/compare-options: ServerSideDiff=true
argocd.argoproj.io/sync-wave: "-20"
finalizers:
Expand Down

0 comments on commit 1e562b1

Please sign in to comment.