Skip to content

Commit

Permalink
fixup, use readable example strings as to not trigger secret leak che…
Browse files Browse the repository at this point in the history
…cker
  • Loading branch information
jiridanek committed Nov 15, 2024
1 parent 3153b28 commit 5dac43d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
metadata:
name: ${notebookName}-oauth-client-generated
namespace: ${notebookNamespace}
data:
stringData:
secret: EXAMPLE_SECRET_xyz
type: Opaque
---
Expand All @@ -243,7 +243,7 @@ jobs:
metadata:
name: ${notebookName}-oauth-config-generated
namespace: ${notebookNamespace}
data:
stringData:
cookie_secret: EXAMPLE_COOKIE_SECRET_x
type: Opaque
EOF
Expand Down

0 comments on commit 5dac43d

Please sign in to comment.