Skip to content

Commit

Permalink
chore: to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 12, 2024
1 parent 710aa96 commit 7720efc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
27 changes: 18 additions & 9 deletions registry/clusters/dev/homepage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,36 @@ spec:
source:
repoURL: https://github.com/mrsimonemms/infrastructure
path: registry/components/homepage
targetRevision: HEAD
targetRevision: sje/homepage
kustomize:
patches:
- target:
group: networking.k8s.io
version: v1
kind: Ingress
group: argoproj.io
version: v1alpha1
kind: Application
name: homepage
patch: |-
- op: replace
path: /spec/rules/0/host
path: /spec/source/helm/valuesObject/ingress/main/hosts/0/host
value: homepage.simonemms.com
- target:
group: networking.k8s.io
version: v1
kind: Ingress
group: argoproj.io
version: v1alpha1
kind: Application
name: homepage
patch: |-
- op: replace
path: /spec/tls/0/host
path: /spec/source/helm/valuesObject/ingress/main/tls/0/host
value: homepage.simonemms.com
- target:
group: argoproj.io
version: v1alpha1
kind: Application
name: homepage
patch: |-
- op: replace
path: /spec/source/helm/valuesObject/ingress/main/annotations/cert-manager.io~1cluster-issuer
value: letsencrypt-staging2
destination:
server: https://kubernetes.default.svc
namespace: homepage
Expand Down
2 changes: 1 addition & 1 deletion registry/clusters/dev/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
source:
repoURL: https://github.com/mrsimonemms/infrastructure
path: registry/clusters/dev
targetRevision: HEAD
targetRevision: sje/homepage
destination:
server: https://kubernetes.default.svc
namespace: argocd
Expand Down

0 comments on commit 7720efc

Please sign in to comment.