Skip to content

Commit e32ce9a

Browse files
authored
fix: keycloak schema for package cr (#436)
## Description Fixes the `Package` CRs to have the correct name in the spec. ## Related Issue Note that this was not caught earlier due to zarf-dev/zarf#2548 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed
1 parent 4059954 commit e32ce9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/keycloak/chart/templates/uds-package.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
direction: Ingress
3232
selector:
3333
app.kubernetes.io/name: keycloak
34-
remoteGenerate: Anywhere
34+
remoteGenerated: Anywhere
3535
port: 8080
3636

3737
- description: "OCSP Lookup"
@@ -41,15 +41,15 @@ spec:
4141
ports:
4242
- 443
4343
- 80
44-
remoteGenerate: Anywhere
44+
remoteGenerated: Anywhere
4545

4646
{{- if .Values.smtp.enabled }}
4747
- description: "SMTP access"
4848
direction: Egress
4949
selector:
5050
app.kubernetes.io/name: keycloak
5151
port: {{ .Values.smtp.port }}
52-
remoteGenerate: Anywhere
52+
remoteGenerated: Anywhere
5353
{{- end }}
5454

5555
{{- if not .Values.devMode }}
@@ -58,7 +58,7 @@ spec:
5858
selector:
5959
app.kubernetes.io/name: keycloak
6060
port: {{ .Values.postgresql.port }}
61-
remoteGenerate: Anywhere
61+
remoteGenerated: Anywhere
6262
{{- end }}
6363

6464
expose:

0 commit comments

Comments
 (0)