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 9d9ef53 commit ab018a7Copy full SHA for ab018a7
src/core/constants.ts
@@ -118,8 +118,8 @@ export const POD_CONDITION_READY = 'Ready';
118
export const POD_CONDITION_POD_SCHEDULED = 'PodScheduled';
119
export const POD_CONDITION_STATUS_TRUE = 'True';
120
121
-export const EXPLORER_VALUES_FILE = path.join('resources', 'hedera-explorer-values.yaml');
122
-export const MIRROR_NODE_VALUES_FILE = path.join('resources', 'mirror-node-values.yaml');
+export const EXPLORER_VALUES_FILE = path.join(RESOURCES_DIR, 'hedera-explorer-values.yaml');
+export const MIRROR_NODE_VALUES_FILE = path.join(RESOURCES_DIR, 'mirror-node-values.yaml');
123
124
export const NODE_LOG_FAILURE_MSG = 'failed to download logs from pod';
125
0 commit comments