EXAMPLE GMSA CONFIGURATION

当配置一个gMSA的凭证配置时,只需要通过config来指定一个凭证配置。见下面示例:

 version: "3.8"
 services:
   myservice:
     image: myimage:latest
     credential_spec:
       config: my_credential_spec

 configs:
   my_credentials_spec:
     file: ./my-credential-spec.json|

Last updated