Skip to content

Commit

Permalink
chore: add some comments to help identify kustimizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Bertrand committed Mar 16, 2023
1 parent 37784b9 commit 77402b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions kustomize/apps/jupyter-web-app/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ generatorOptions:
disableNameSuffixHash: true

patches:
# Patch all VirtualServices to use centralized Kubeflow ingress gateway
- patch: |-
- op: replace
path: /spec/gateways
Expand Down
1 change: 1 addition & 0 deletions kustomize/apps/katib/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ patchesJson6902:
value: cert-manager.io/v1
patches:
# Patch all VirtualServices to use centralized Kubeflow ingress gateway
- patch: |-
- op: replace
path: /spec/gateways
Expand Down
3 changes: 2 additions & 1 deletion kustomize/apps/notebook-controller/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ resources:
patchesStrategicMerge:
- deployment.yaml

# Update the link to the Gateway to use.
configMapGenerator:
# Update the link to the Gateway to use.
# https://github.com/kubeflow/manifests/blob/c2795524afd97dc0776b804521bb7d937646e98f/apps/jupyter/notebook-controller/upstream/manager/kustomization.yaml#L5
- name: config
behavior: merge
literals:
Expand Down
1 change: 1 addition & 0 deletions kustomize/apps/profiles/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ patchesStrategicMerge:
- deployment.yaml

patches:
# Patch all VirtualServices to use centralized Kubeflow ingress gateway
- patch: |-
- op: replace
path: /spec/gateways
Expand Down
3 changes: 3 additions & 0 deletions kustomize/common/knative/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ patchesJson6902:
value: 3
configMapGenerator:
# Replace the example ConfigMap and the patch coming in:
# https://github.com/kubeflow/manifests/blob/c2795524afd97dc0776b804521bb7d937646e98f/common/knative/knative-serving/base/patches/configmap-patch.yaml#L8
# https://github.com/kubeflow/manifests/blob/c2795524afd97dc0776b804521bb7d937646e98f/common/knative/knative-serving/base/upstream/net-istio.yaml#L63
- name: config-istio
namespace: knative-serving
behavior: replace
Expand Down

0 comments on commit 77402b4

Please sign in to comment.