Skip to content

Commit

Permalink
make operator deployment a hook as well
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent 078d374 commit 9dc85df
Show file tree
Hide file tree
Showing 3 changed files with 4 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.7
version: 0.1.8
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
2 changes: 2 additions & 0 deletions charts/runtime/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: plural-operator
annotations:
"helm.sh/hook": post-install,post-upgrade
labels:
control-plane: plural-operator
{{- include "runtime.labels" . | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion terraform/clouds/aws/runtime.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "helm_release" "runtime" {
repository = "https://pluralsh.github.io/bootstrap"
version = var.runtime_vsn
create_namespace = true
timeout = 300
timeout = 600
values = [
file(var.runtime_values_file)
]
Expand Down

0 comments on commit 9dc85df

Please sign in to comment.