Skip to content
Snippets Groups Projects
Verified Commit 1cf50af4 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(keycloak): Add missing defaults

This patch fixes the forgotten defaults for the networkPolicy feature.
parent 928e57ed
No related branches found
No related tags found
No related merge requests found
Pipeline #15147 passed
...@@ -7,5 +7,5 @@ icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg ...@@ -7,5 +7,5 @@ icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg
sources: sources:
- https://git.shivering-isles.com/shivering-isles/infrastructure-gitops - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops
- https://github.com/keycloak/keycloak - https://github.com/keycloak/keycloak
version: 0.3.0 version: 0.3.1
appVersion: "19.0.2" appVersion: "19.0.2"
# keycloak # keycloak
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 19.0.2](https://img.shields.io/badge/AppVersion-19.0.2-informational?style=flat-square) ![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 19.0.2](https://img.shields.io/badge/AppVersion-19.0.2-informational?style=flat-square)
(Alpha) A Helm chart for Keycloak on Kubernetes (Alpha) A Helm chart for Keycloak on Kubernetes
......
...@@ -59,6 +59,10 @@ service: ...@@ -59,6 +59,10 @@ service:
type: ClusterIP type: ClusterIP
port: 80 port: 80
networkPolicy:
# -- Creates a network policy for inifispan communication, does **not** take care of database or ingress communication
create: false
ingress: ingress:
enabled: false enabled: false
className: "" className: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment