This commit is contained in:
Seth Pollack
2018-06-21 23:17:03 -04:00
parent 5d24dda28a
commit bbd29d9dc1

View File

@@ -94,6 +94,11 @@ func TestNameReferenceRun(t *testing.T) {
},
},
},
"imagePullSecrets": []interface{}{
map[string]interface{}{
"name": "secret1",
},
},
"volumes": map[string]interface{}{
"configMap": map[string]interface{}{
"name": "cm1",
@@ -176,6 +181,11 @@ func TestNameReferenceRun(t *testing.T) {
},
},
},
"imagePullSecrets": []interface{}{
map[string]interface{}{
"name": "someprefix-secret1-somehash",
},
},
"volumes": map[string]interface{}{
"configMap": map[string]interface{}{
"name": "someprefix-cm1-somehash",