Skip to content

Commit

Permalink
Merge pull request #533 from eformat/feature/ipa-1.3.8
Browse files Browse the repository at this point in the history
๐Ÿ–๏ธ add MachineConfig enabled flag ๐Ÿ–๏ธ
  • Loading branch information
ckavili committed Jun 13, 2024
2 parents 33c8074 + a893076 commit 7f81ca3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ipa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: ipa
description: A Helm chart to install FreeIPA
version: 1.3.7
version: 1.3.8
appVersion: 1.16.0
home: https://github.com/redhat-cop/helm-charts
icon: https://www.freeipa.org/images/freeipa/freeipa-logo-small.png
Expand Down
2 changes: 2 additions & 0 deletions charts/ipa/templates/machineconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# https://access.redhat.com/solutions/4910611
{{- if .Values.machineconfig.enabled }}
---
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
Expand Down Expand Up @@ -26,3 +27,4 @@ spec:
WantedBy=multi-user.target
enabled: true
name: sebool.service
{{- end }}
1 change: 1 addition & 0 deletions charts/ipa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ocp_auth:
domain: "dc=redhatlabs,dc=dev"

machineconfig:
enabled: true
ignition_version: 3.2.0

# assumes node-role.kubernetes.io/infra: "" on one or more nodes
Expand Down

0 comments on commit 7f81ca3

Please sign in to comment.