Skip to content

Commit

Permalink
adds values files for kubetail release manifests (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey authored May 18, 2024
1 parent a4f1936 commit 84d73f8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hack/kubetail-values-clusterauth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespaceOverride: kubetail

kubetail:
authMode: cluster

config: |
session:
secret: REPLACEME
csrf:
secret: REPLACEME
secret:
enabled: false
13 changes: 13 additions & 0 deletions hack/kubetail-values-tokenauth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespaceOverride: kubetail

kubetail:
authMode: token

config: |
session:
secret: REPLACEME
csrf:
secret: REPLACEME
secret:
enabled: false

0 comments on commit 84d73f8

Please sign in to comment.