Skip to content

Commit 0e509b4

Browse files
committed
fix typoed crd
1 parent 1a5d46a commit 0e509b4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/release.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build Terraform Operator Container Image
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
push:
8+
tags:
9+
- '*'
410

511
jobs:
612
Terraform-Operator-AMD_x86_64:

deploy/crds/tf.galleybytes.com_terraforms_crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ spec:
25642564
it, the chance of recycling existing resources is reduced to virtually
25652565
nil.
25662566
type: string
2567-
retryEventReson:
2567+
retryEventReason:
25682568
description: "RetryEventReason copies the value of the resource label
25692569
for 'kubernetes.io/change-cause'. When '.setup' is is the suffix
25702570
of the value, the pipeline will retry from the setup task. \n Example

pkg/apis/tf/v1beta1/terraform_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ type TerraformStatus struct {
688688
// ```
689689
//
690690
// A default retry will start from the init task otherwise.
691-
RetryEventReason *string `json:"retryEventReson,omitempty"`
691+
RetryEventReason *string `json:"retryEventReason,omitempty"`
692692
RetryTimestamp *metav1.Time `json:"retryTimestamp,omitempty"`
693693
}
694694

pkg/apis/tf/v1beta1/zz_generated.openapi.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)