We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1b513 commit 23346d1Copy full SHA for 23346d1
.werft/jobs/build/installer/installer.ts
@@ -169,6 +169,9 @@ EOF`)
169
{ slice },
170
);
171
exec(`yq w -i stripe-api-keys.secret.yaml metadata.namespace "default"`, { slice });
172
+ exec(`yq d -i stripe-api-keys.secret.yaml metadata.creationTimestamp`, { slice });
173
+ exec(`yq d -i stripe-api-keys.secret.yaml metadata.uid`, { slice });
174
+ exec(`yq d -i stripe-api-keys.secret.yaml metadata.resourceVersion`, { slice });
175
exec(`kubectl --kubeconfig "${this.options.kubeconfigPath}" apply -f stripe-api-keys.secret.yaml`, { slice });
176
exec(`rm -f stripe-api-keys.secret.yaml`, { slice });
177
}
0 commit comments