Skip to content

Commit

Permalink
fix wiring of cert manager webhook rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 31, 2023
1 parent 62dc213 commit de2d25e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runtime
description: Sets up the basic dependencies needed to get a network stack running
type: application
version: 0.1.8
version: 0.1.9
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
7 changes: 7 additions & 0 deletions charts/runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ external-dns:
name: plural-env
key: PLURAL_ACCESS_TOKEN

plural-certmanager-webhook:
certManager:
namespace: plural-runtime
serviceAccountName: cert-manager

application:
registry: dkr.plural.sh/bootstrap
tag: v0.8.3
Expand All @@ -42,6 +47,8 @@ acmeEAB: {}
cert-manager:
enabled: true
installCRDs: true
serviceAccount:
name: cert-manager
securityContext:
fsGroup: 1000
runAsNonRoot: true
Expand Down
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "helm_release" "runtime" {
namespace = "plural-runtime"
chart = "runtime"
repository = "https://pluralsh.github.io/bootstrap"
version = "0.1.8"
version = "0.1.9"
create_namespace = true
timeout = 600
values = [
Expand Down

0 comments on commit de2d25e

Please sign in to comment.