a-h / use-k8s-secret Public Notifications Fork 0 Star 0 Code Issues Pull requests Actions Projects Security Insights Search all projects No open projects Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal...
authStringFrom: secretKeyRef: name: redis-secret-1 # Name of the Secret object to extract a value from key: password # Key that identifies the value to be extracted 👍3chazu, asanord, and jijinp reacted with thumbs up emoji 👍 ...
一般情况下ConfigMap是用来存储一些非安全的配置信息,如果涉及到一些安全相关的数据的话用ConfigMap就非常不妥了,因为ConfigMap是明文存储的,我们说这个时候我们就需要用到另外一个资源对象了:Secret,Secret用来保存敏感信息,例如密码、OAuth 令牌和 ssh key等等,将这些信息放在Secret中比放在Pod的定义中或者docker镜像...
Description The gitlab runner (installed via helm in a k8s cluster) should support using an existing secret providing the runner_token. If...
Kubernetes deployment yaml. Contribute to opsxin/k8s-yaml development by creating an account on GitHub.