Skip to content

Commit

Permalink
fix: Use existing fqdn base to avoid duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Apr 22, 2024
1 parent f264782 commit c020939
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions kustomize/skyline/letsencrypt/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,11 @@
bases:
- ../base
- ../fqdn

patches:
- target:
kind: Ingress
name: skyline
patch: |-
- op: add
path: /spec/rules
value:
- host: skyline.dfw-ospcv2-staging.ohthree.com
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: skyline-apiserver
port:
name: "s-apiserver"
- op: add
path: /spec/tls
value:
- hosts:
- skyline.dfw-ospcv2-staging.ohthree.com
secretName: skyline-tls-public
- op: add
path: /metadata/annotations
value:
Expand Down

0 comments on commit c020939

Please sign in to comment.