Skip to content

Commit

Permalink
feat: add action to eks-byovpc app (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta authored Jan 8, 2025
1 parent 59230e3 commit 8260c49
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nuon/nuon.eks-byovpc-demo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,19 @@ source = "components/certificate.toml"

[[components]]
source = "components/helm_chart.toml"

[[actions]]
name = "k8s_logs"

[[actions.triggers]]
type = "manual"

[[actions.steps]]
name = "step"
[actions.steps.public_repo]
directory = "src/actions"
repo = "nuonco/demo"
branch = "main"
[actions.steps.env_vars]
POD = "{{ .nuon.install.inputs.service_name }}"
NAMESPACE = "{{ .nuon.install.id }}"
1 change: 1 addition & 0 deletions src/scripts/k8s-logs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kubectl logs $POD -n $NAMESPACE

0 comments on commit 8260c49

Please # to comment.