Skip to content

Commit c116373

Browse files
committed
☀ projected k8s-manifests-github from 3ad964e
Source-holobranch: k8s-manifests-github Source-commit: 3ad964e Source: 3ad964e
2 parents 13a0fb8 + 3ad964e commit c116373

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

choose-native-plants/Deployment/choose-native-plants.yaml

+19-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,18 @@ spec:
9090
key: IMAGE_URLS_SHEET_ID
9191
name: app
9292
optional: false
93+
- name: PAC_API_BASE_URL
94+
valueFrom:
95+
secretKeyRef:
96+
key: PAC_API_BASE_URL
97+
name: pac-api
98+
optional: false
99+
- name: PAC_API_KEY
100+
valueFrom:
101+
secretKeyRef:
102+
key: PAC_API_KEY
103+
name: pac-api
104+
optional: false
93105
- name: SUPERPLANTS_CSV_URL
94106
valueFrom:
95107
secretKeyRef:
@@ -126,11 +138,17 @@ spec:
126138
key: SERVICE_ACCOUNT
127139
name: app
128140
optional: false
141+
- name: PAC_API_BASE_URL
142+
valueFrom:
143+
secretKeyRef:
144+
key: PAC_API_BASE_URL
145+
name: pac_api
146+
optional: false
129147
envFrom:
130148
- configMapRef:
131149
name: app-config
132150
optional: true
133-
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:1.1.1'
151+
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:1.0.5'
134152
imagePullPolicy: Always
135153
livenessProbe:
136154
httpGet:

0 commit comments

Comments
 (0)