Skip to content

Commit

Permalink
gcp: cri_runtime_endpoint.yaml is not used anymore
Browse files Browse the repository at this point in the history
And removing deprecated bases.

Signed-off-by: Beraldo Leal <bleal@redhat.com>
  • Loading branch information
beraldoleal committed Jun 7, 2024
1 parent 8471f0b commit 93af414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.

This file was deleted.

5 changes: 2 additions & 3 deletions src/cloud-api-adaptor/install/overlays/gcp/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
resources:
- ../../yamls

images:
- name: cloud-api-adaptor
newName: 192.168.122.1:5000/cloud-api-adaptor # change image if needed
newTag: 47dcc2822b6c2489a02db83c520cf9fdcc833b3f-dirty # change tag if needed
newTag: latest

generatorOptions:
disableNameSuffixHash: true
Expand Down Expand Up @@ -50,7 +50,6 @@ secretGenerator:
##TLS_SETTINGS

patchesStrategicMerge:
#- cri_runtime_endpoint.yaml # set (modify host's runtime cri socket path in the file, default is /run/containerd/containerd.sock)
##TLS_SETTINGS
#- tls_certs_volume_mount.yaml # set (for tls)
##TLS_SETTINGS

0 comments on commit 93af414

Please sign in to comment.