Skip to content

Commit

Permalink
fix: remove issuers from host cluster and move to virtual cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 29, 2023
1 parent 57ee2aa commit 4fdf41f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster
cert-manager:
extraArgs:
- --controllers=issuers,clusterissuers,certificates
serviceAccount:
annotations:
<<: *tags
Expand Down
3 changes: 0 additions & 3 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ tags: &tags


cert-manager:
extraArgs:
- --controllers=issuers,clusterissuers,certificates

serviceAccount:
annotations:
<<: *tags
Expand Down
2 changes: 0 additions & 2 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tags: &tags


cert-manager:
extraArgs:
- --controllers=issuers,clusterissuers,certificates
serviceAccount:
annotations:
<<: *tags
Expand Down
2 changes: 0 additions & 2 deletions chart/values.raichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tags: &tags


cert-manager:
extraArgs:
- --controllers=issuers,clusterissuers,certificates
serviceAccount:
annotations:
<<: *tags
Expand Down

0 comments on commit 4fdf41f

Please sign in to comment.