mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
9 lines
194 B
YAML
9 lines
194 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: universal-auth-credentials
|
|
type: Opaque
|
|
stringData:
|
|
clientId: <machine-identity-client-id>
|
|
clientSecret: <machine-identity-client-secret>
|