Skip to content

Commit

Permalink
chore: make jinja ignore file contents
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Feb 5, 2024
1 parent 73e1f60 commit 6c7b429
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
# https://lawrencemcdaniel.com/
#
# date: Jan-2023
#
# usage: create and store web app sign in token.
# see: https://kubeapps.dev/docs/latest/tutorials/getting-started/
#
# to retrieve this token
# kubectl get --namespace kubeapps secret kubeapps-admin -o go-template='{{.data.token | base64decode}}'
#------------------------------------------------------------------------------

resource "kubernetes_namespace" "kubeapps" {
Expand Down

0 comments on commit 6c7b429

Please sign in to comment.