Created
February 13, 2022 23:22
-
-
Save jmrobles/2606e7205559074ef2f1d9ddbd5899c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: libretrans-auth | |
type: Opaque | |
data: | |
auth: <base64-user-password-pair> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment