Skip to content

Commit e47d56d

Browse files
authored
Merge pull request #6 from Infisical/feat/updated-issuer
feat: build
2 parents cc2a524 + 63481fa commit e47d56d

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

build/install.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ spec:
7474
required:
7575
- universalAuth
7676
type: object
77-
caId:
77+
certificateTemplateName:
7878
type: string
79-
certificateTemplateId:
79+
projectId:
8080
type: string
8181
url:
8282
description: |-
@@ -85,6 +85,8 @@ spec:
8585
type: string
8686
required:
8787
- authentication
88+
- certificateTemplateName
89+
- projectId
8890
- url
8991
type: object
9092
status:
@@ -202,9 +204,9 @@ spec:
202204
required:
203205
- universalAuth
204206
type: object
205-
caId:
207+
certificateTemplateName:
206208
type: string
207-
certificateTemplateId:
209+
projectId:
208210
type: string
209211
url:
210212
description: |-
@@ -213,6 +215,8 @@ spec:
213215
type: string
214216
required:
215217
- authentication
218+
- certificateTemplateName
219+
- projectId
216220
- url
217221
type: object
218222
status:

build/kustomize/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: controller
77
newName: docker.io/infisical/pki-issuer
8-
newTag: v0.1.1-3-gc2030ef
8+
newTag: v0.1.3-1-g7be6705

0 commit comments

Comments
 (0)