Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 2, 2024
1 parent 3ec0c72 commit 1a573b8
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 650 deletions.
200 changes: 0 additions & 200 deletions config/samples/tls/custom_ca/core_v1beta1_openstackcontrolplane.yaml

This file was deleted.

20 changes: 12 additions & 8 deletions config/samples/tls/custom_ca/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
resources:
- core_v1beta1_openstackcontrolplane.yaml
- ../../base/openstackcontrolplane

patches:
- target:
kind: OpenStackControlPlane
name: .*
patch: |-
- op: replace
path: /metadata/name
value: openstack
- target:
kind: OpenStackControlPlane
name: .*
patch: |-
- op: replace
path: /metadata/name
value: openstack
- target:
kind: OpenStackControlPlane
path: patch.yaml
7 changes: 7 additions & 0 deletions config/samples/tls/custom_ca/patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: core.openstack.org/v1beta1
kind: OpenStackControlPlane
metadata:
name: openstack
spec:
tls:
caBundleSecretName: ca-custom-kuttl
Loading

0 comments on commit 1a573b8

Please sign in to comment.