Skip to content

Commit

Permalink
Fix controller configuration after CRD downgrade (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmendesky authored Jul 29, 2022
1 parent 4c313fc commit e473366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/controller_manager_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: config.kubeflow.org/v1
apiVersion: config.kubeflow.org/v1alpha1
kind: KfpControllerConfig
controller:
health:
Expand Down
2 changes: 1 addition & 1 deletion helm/kfp-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: {{ .Values.namespace.name }}
data:
controller_manager_config.yaml: |
apiVersion: config.kubeflow.org/v1
apiVersion: config.kubeflow.org/v1alpha1
kind: KfpControllerConfig
controller:
health:
Expand Down

0 comments on commit e473366

Please sign in to comment.