Skip to content

Commit

Permalink
fix: keycloak schema for package cr (#436)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
mjnagel committed May 24, 2024
1 parent a5f1a5d commit 9e7433d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/keycloak/chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
direction: Ingress
selector:
app.kubernetes.io/name: keycloak
remoteGenerate: Anywhere
remoteGenerated: Anywhere
port: 8080

- description: "OCSP Lookup"
Expand All @@ -41,15 +41,15 @@ spec:
ports:
- 443
- 80
remoteGenerate: Anywhere
remoteGenerated: Anywhere

{{- if .Values.smtp.enabled }}
- description: "SMTP access"
direction: Egress
selector:
app.kubernetes.io/name: keycloak
port: {{ .Values.smtp.port }}
remoteGenerate: Anywhere
remoteGenerated: Anywhere
{{- end }}

{{- if not .Values.devMode }}
Expand All @@ -58,7 +58,7 @@ spec:
selector:
app.kubernetes.io/name: keycloak
port: {{ .Values.postgresql.port }}
remoteGenerate: Anywhere
remoteGenerated: Anywhere
{{- end }}

expose:
Expand Down

0 comments on commit 9e7433d

Please sign in to comment.