File tree Expand file tree Collapse file tree
gcp/basic-auth-ingress/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : ctl.isla.solutions/v1
22kind : CloudEndpoint
33metadata :
4- name : cloud-endpoint
4+ name : $(appName)
55spec :
66 project : $(project)
77 targetIngress :
Original file line number Diff line number Diff line change 3535 apiVersion : v1
3636 fieldref :
3737 fieldpath : data.secretName
38+ - name : appName
39+ objref :
40+ kind : ConfigMap
41+ name : basic-auth-ingress-parameters
42+ apiVersion : v1
43+ fieldref :
44+ fieldpath : data.appName
3845- name : namespace
3946 objref :
4047 kind : ConfigMap
Original file line number Diff line number Diff line change 1+ appName = kubeflow
12namespace = kubeflow
23hostname =
34project =
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ varReference:
2121 kind : Ingress
2222- path : metadata/annotations/certmanager.k8s.io\/issuer
2323 kind : Ingress
24+ - path : metadata/name
25+ kind : CloudEndpoint
2426- path : spec/project
2527 kind : CloudEndpoint
2628- path : spec/targetIngress/name
Original file line number Diff line number Diff line change 3636apiVersion: ctl.isla.solutions/v1
3737kind: CloudEndpoint
3838metadata:
39- name: cloud-endpoint
39+ name: $(appName)
4040spec:
4141 project: $(project)
4242 targetIngress:
@@ -377,6 +377,8 @@ varReference:
377377 kind: Ingress
378378- path: metadata/annotations/certmanager.k8s.io\/issuer
379379 kind: Ingress
380+ - path: metadata/name
381+ kind: CloudEndpoint
380382- path: spec/project
381383 kind: CloudEndpoint
382384- path: spec/targetIngress/name
@@ -385,6 +387,7 @@ varReference:
385387 kind: CloudEndpoint
386388` )
387389 th .writeF ("/manifests/gcp/basic-auth-ingress/base/params.env" , `
390+ appName=kubeflow
388391namespace=kubeflow
389392hostname=
390393project=
@@ -433,6 +436,13 @@ vars:
433436 apiVersion: v1
434437 fieldref:
435438 fieldpath: data.secretName
439+ - name: appName
440+ objref:
441+ kind: ConfigMap
442+ name: basic-auth-ingress-parameters
443+ apiVersion: v1
444+ fieldref:
445+ fieldpath: data.appName
436446- name: namespace
437447 objref:
438448 kind: ConfigMap
You can’t perform that action at this time.
0 commit comments