-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update secrets-provider to BucketV2 #1704
Update secrets-provider to BucketV2 #1704
Conversation
🍹 The Update for pulumi/k8s-ci-cluster/ead58a9cf46c29eefe57b4326b1ea40fc3d0ee90-207 was successful. Resource Changes Name Type Operation
+ gke pulumi:providers:kubernetes create
+ k8s-ci-cluster-ead58a9cf46c29eefe57b4326b1ea40fc3d0ee90-207 pulumi:pulumi:Stack create
+ multicloud pulumi-kubernetes:ci:GkeCluster create
+ password random:index/randomPassword:RandomPassword create
+ ephemeral-ci-cluster gcp:container/cluster:Cluster create
+ primary-node-pool gcp:container/nodePool:NodePool create
|
93c2196
to
862712b
Compare
Great comments team, zooming out a bit I read the example README carefully and realized the example is not about a Bucket at all. I've therefore simplified it to a bare minimum, and added a warning note for people not to blindly store secrets in bucket objects as that is not what is being recommended here. PTAL. |
🍹 The Update for pulumi/k8s-ci-cluster/45f7f58306a5c2b2874773b019f6187d5732f321-241 was successful. Resource Changes Name Type Operation
+ k8s-ci-cluster-45f7f58306a5c2b2874773b019f6187d5732f321-241 pulumi:pulumi:Stack create
+ multicloud pulumi-kubernetes:ci:GkeCluster create
+ password random:index/randomPassword:RandomPassword create
+ ephemeral-ci-cluster gcp:container/cluster:Cluster create
+ primary-node-pool gcp:container/nodePool:NodePool create
+ gke pulumi:providers:kubernetes create
|
🍹 The Destroy for pulumi/k8s-ci-cluster/45f7f58306a5c2b2874773b019f6187d5732f321-241 was successful. Resource Changes Name Type Operation
- password random:index/randomPassword:RandomPassword delete
- k8s-ci-cluster-45f7f58306a5c2b2874773b019f6187d5732f321-241 pulumi:pulumi:Stack delete
- gke pulumi:providers:kubernetes delete
- primary-node-pool gcp:container/nodePool:NodePool delete
- ephemeral-ci-cluster gcp:container/cluster:Cluster delete
- multicloud pulumi-kubernetes:ci:GkeCluster delete
|
Re: pulumi/home#3631