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 d787e98 commit 1bfc35aCopy full SHA for 1bfc35a
examples/helloworld_helm/helloworld_helm_test.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- testImg = "test.io/open-cluster-management/addon-examples:latest"
+ testImg = "quay.io/open-cluster-management/addon-examples:latest"
25
testImgPullSecret = "test-pull-secret"
26
27
@@ -92,6 +92,13 @@ func TestManifestAddonAgent(t *testing.T) {
92
Namespace: "cluster1",
93
Name: "deploy-config",
94
},
95
+ DesiredConfig: &addonapiv1alpha1.ConfigSpecHash{
96
+ ConfigReferent: addonapiv1alpha1.ConfigReferent{
97
+ Namespace: "cluster1",
98
+ Name: "deploy-config",
99
+ },
100
+ SpecHash: "fake-spec-hash",
101
102
103
}
104
return addon
0 commit comments