mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 10:14:55 +08:00
fix: [CI-22323]: Adding PLUGIN_ prefix for ACR vars. (#168)
This commit is contained in:
@@ -159,12 +159,12 @@ func main() {
|
|||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "client-secret",
|
Name: "client-secret",
|
||||||
Usage: "Azure client secret",
|
Usage: "Azure client secret",
|
||||||
EnvVar: "CLIENT_SECRET",
|
EnvVar: "CLIENT_SECRET,PLUGIN_CLIENT_SECRET",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "client-cert",
|
Name: "client-cert",
|
||||||
Usage: "Azure client certificate encoded in base64 format",
|
Usage: "Azure client certificate encoded in base64 format",
|
||||||
EnvVar: "CLIENT_CERTIFICATE",
|
EnvVar: "CLIENT_CERTIFICATE,PLUGIN_CLIENT_CERTIFICATE",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "tenant-id",
|
Name: "tenant-id",
|
||||||
@@ -174,7 +174,7 @@ func main() {
|
|||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "subscription-id",
|
Name: "subscription-id",
|
||||||
Usage: "Azure Subscription Id",
|
Usage: "Azure Subscription Id",
|
||||||
EnvVar: "SUBSCRIPTION_ID",
|
EnvVar: "SUBSCRIPTION_ID,PLUGIN_SUBSCRIPTION_ID",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "client-id",
|
Name: "client-id",
|
||||||
|
|||||||
Reference in New Issue
Block a user