mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 21:01:02 +00:00
Compare commits
1 commit
4be877e419
...
5ad6f392eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ad6f392eb |
8 changed files with 10 additions and 5 deletions
|
|
@ -4,4 +4,3 @@ kind: Kustomization
|
|||
resources:
|
||||
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
||||
- https://storage.googleapis.com/tekton-releases/dashboard/latest/release.yaml
|
||||
- https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/stable/release.k8s.yaml
|
||||
|
|
|
|||
|
|
@ -20,3 +20,5 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- SkipDryRunOnMissingResource=true
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
|
|
|||
|
|
@ -18,3 +18,8 @@ spec:
|
|||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
- ServerSideApply=true
|
||||
- Replace=true # <-- Policies have immutable fields so this helps deal with updates
|
||||
- Force=true
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- SkipDryRunOnMissingResource=true
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ metadata:
|
|||
annotations:
|
||||
policies.kyverno.io/title: Inject Namespace Baseline CNP
|
||||
policies.kyverno.io/description: Automatically provisions a local default-deny + DNS egress CNP inside new application namespaces.
|
||||
argocd.argoproj.io/sync-options: Force=true,Replace=true
|
||||
|
||||
spec:
|
||||
background: true
|
||||
rules:
|
||||
|
|
@ -34,7 +32,6 @@ spec:
|
|||
- monitoring
|
||||
- tekton-pipelines-resolvers
|
||||
- tekton-pipelines
|
||||
- pipelines-as-code
|
||||
generate:
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ spec:
|
|||
- monitoring
|
||||
- tekton-pipelines-resolvers
|
||||
- tekton-pipelines
|
||||
- pipelines-as-code
|
||||
- cicd
|
||||
validate:
|
||||
message: "Resource discipline violation: Containers must declare cpu/memory requests and limits."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue