Skip to content

Commit

Permalink
Update create-issuer install location
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorton committed Jun 14, 2023
1 parent ee1e875 commit 9fddd17
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
3 changes: 0 additions & 3 deletions gitops/base-install/argocd/cluster-install/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonAnnotations:
owner: quantum-interface

resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.7/manifests/install.yaml

Expand Down
3 changes: 0 additions & 3 deletions gitops/base-install/argocd/ha-install/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonAnnotations:
owner: quantum-interface

resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.7/manifests/ha/install.yaml

Expand Down
4 changes: 2 additions & 2 deletions gitops/base-install/cert-manager/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ metadata:
spec:
project: admins
source:
repoURL: 'git@github.com:quantum-interface/infrastructure'
path: shared/gitops/base-install/cert-manager/create-issuer
repoURL: 'git@github.com:pelotech/foundation'
path: gitops/base-install/cert-manager/create-issuer
helm:
releaseName: create-issuer
parameters:
Expand Down
14 changes: 14 additions & 0 deletions gitops/components/tailscale/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,17 @@ patches:
value:
namespace: tailscale
server: https://kubernetes.default.svc
replacements:
- source:
version: v1
kind: ConfigMap
name: kustomize-environment
fieldPath: data.VPC_CIDR_BLOCK
targets:
- select:
version: v1
kind: Deployment
name: tailscale
fieldPaths:
- spec.template.spec.containers.[name=tailscale].env.[name=TS_ROUTES].value

0 comments on commit 9fddd17

Please sign in to comment.