Skip to content

Commit

Permalink
Adding cert-manager to k8s-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienGiguere committed Nov 1, 2024
1 parent 996088d commit a8ad482
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions system/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- [email protected]:ClubCedille/k8s-base.git/bases/cert-manager/cert-manager-app.yaml

patches:
patch: |-
- op: replace
path: /spec/destination/server
value: https://kubernetes.default.svc

0 comments on commit a8ad482

Please sign in to comment.