Skip to content

Commit

Permalink
enable sealed secret of OpenshiftApply
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKoller committed Dec 19, 2023
1 parent 03325a1 commit 6e45c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.puzzleitc.jenkins.command.context.PipelineContext
class OpenshiftApplyCommand {

private static final VALID_ROLLOUT_KINDS =
['deploymentconfig', 'dc', 'deployment', 'deploy', 'daemonset', 'ds', 'statefulset', 'sts']
['deploymentconfig', 'dc', 'deployment', 'deploy', 'daemonset', 'ds', 'statefulset', 'sts', 'sealedsecret']

private final PipelineContext ctx

Expand Down

0 comments on commit 6e45c13

Please sign in to comment.