Skip to content

Commit

Permalink
launchpad imagePullPolicy (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Aug 29, 2023
1 parent 9953055 commit 2778291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/providers/applaunchpad/src/mock/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
limits:
cpu: 30m
memory: 300Mi
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: desktop-app-demo-volume
mountPath: /config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const json2DeployCr = (data: AppEditType, type: 'deployment' | 'statefuls
containerPort: str2Num(data.containerOutPort)
}
],
imagePullPolicy: 'IfNotPresent'
imagePullPolicy: 'Always'
};
const configMapVolumeMounts = data.configMapList.map((item) => ({
name: pathToNameFormat(item.mountPath),
Expand Down

0 comments on commit 2778291

Please sign in to comment.