Skip to content

Commit

Permalink
knative-serving: setting
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <[email protected]>
  • Loading branch information
batazor committed Oct 31, 2023
1 parent 83b2732 commit 4467842
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 4 additions & 0 deletions ops/argocd/knative/knative-serving/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
prune: true
allowEmpty: true
selfHeal: true
managedNamespaceMetadata:
labels:
pod-security.kubernetes.io/enforce: baseline
pod-security.kubernetes.io/enforce-version: latest
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Expand Down
1 change: 0 additions & 1 deletion ops/argocd/kustomize/knative-serving/knative-serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: operator.knative.dev/v1beta1
kind: KnativeServing
metadata:
name: knative-serving
namespace: knative-serving
spec:
config:
domain:
Expand Down
1 change: 0 additions & 1 deletion ops/argocd/kustomize/knative-serving/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace/namespace.yaml
- knative-serving.yaml
- network/sidecar.yaml
# gateway-api
Expand Down
8 changes: 0 additions & 8 deletions ops/argocd/kustomize/knative-serving/namespace/namespace.yaml

This file was deleted.

0 comments on commit 4467842

Please sign in to comment.