bitter-carpenter-93554
09/15/2022, 11:40 PMpulumi up
the bucket is not created. What I am missing?pulumi refresh
and pulumi up
to re-created deleted bucketconst mystack = new k8s.apiextensions.CustomResource("stack3", {
apiVersion: '<http://pulumi.com/v1|pulumi.com/v1>',
kind: 'Stack',
spec: {
stack: stackName,
projectRepo: stackProjectRepo,
resyncFrequencySeconds: 60,
refresh: true,
//branch: "refs/heads/master",
branch: "master",
envRefs: { ...
brainy-beach-36627
09/16/2022, 8:24 AMresyncFrequencySeconds: 240
. It will automatically refresh and update the stack every 240 seconds, even if no change is detected from git repo (https://github.com/pulumi/pulumi-kubernetes-operator/blob/master/docs/stacks.md)bitter-carpenter-93554
09/16/2022, 3:59 PMresyncFrequencySeconds: 60,
brainy-beach-36627
09/17/2022, 7:55 AMbitter-carpenter-93554
09/19/2022, 9:42 PMimage: "pulumi/pulumi-kubernetes-operator:v1.0.0",
eager-football-6317
09/29/2022, 9:29 AMContinueSyncOnCommitMatch
in the stack object; then it will run the stack, whether or not the commit or branch HEAD has changed.