Skip to content

Commit

Permalink
need to rewire cert manager namespace elsewhere too
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 6, 2024
1 parent e45705f commit d2402de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14
version: 0.1.15
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
2 changes: 1 addition & 1 deletion charts/runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ external-dns:

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

application:
Expand Down
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "helm_release" "runtime" {
namespace = "plural-runtime"
chart = "runtime"
repository = "https://pluralsh.github.io/bootstrap"
version = "0.1.14"
version = "0.1.15"
create_namespace = true
timeout = 300
wait = false
Expand Down

0 comments on commit d2402de

Please sign in to comment.